Microsoft DirectX 8.1 (C++)

CRendererInputPin::Receive

The Receive method receives the next media sample in the stream. This method overrides the CBaseInputPin::Receive method.

Syntax

HRESULT Receive(
    IMediaSample *pMediaSample
);

Parameters

pMediaSample

Pointer to the sample's IMediaSample interface.

Return Value

Returns an HRESULT value.

See Also